Accusoft Prizm Viewer List File Schema Schema
pdftocentrytype Complex Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer List File Schema Schema : pdftocentrytype Complex Type

Glossary Item Box

Description

A PDF TOC entry consists of a reference to a PDF file in the image file list.
Namespace (none)

Diagram

pdftocentrytype Complex Type

Overview

pdftocentrytype
A PDF TOC entry consists of a reference to a PDF file in the image file list.
ImageFileName required xsd:NCName
The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.
PruneMissingTargets optional xsd:boolean
The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.

Used By

Attributes

NameTypeUseDefaultFixedDescription
ImageFileNamexsd:NCNamerequired  The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.
PruneMissingTargetsxsd:booleanoptional  The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.

Source

<xsd:complexType name="pdftocentrytype" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:annotation>
    <xsd:documentation>A PDF TOC entry consists of a reference to a PDF file in the image file list.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="ImageFileName" type="xsd:NCName" use="required">
    <xsd:annotation>
      <xsd:documentation>The name of an entry in the image file list. The named file must be a PDF file. If the file is not a PDF file, or the PDF file has no TOC, this entry is removed from the TOC tree.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="PruneMissingTargets" type="xsd:boolean" use="optional">
    <xsd:annotation>
      <xsd:documentation>The PruneMissingTargets attribute, if true, removed TOC entries that do not point to pages included in the named image file entry. Otherwise, these TOC entries will be non-functional.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.